Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xESI<IKSI> Class / pGSI Method


In This Topic
    pGSI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub pGSI( _
       ByVal QGSI As System.Object, _
       ByVal rGSI As System.Windows.Input.KeyboardFocusChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As xESI(Of IKSI)
    Dim QGSI As System.Object
    Dim rGSI As System.Windows.Input.KeyboardFocusChangedEventArgs
     
    instance.pGSI(QGSI, rGSI)
    internal void pGSI( 
       System.object QGSI,
       System.Windows.Input.KeyboardFocusChangedEventArgs rGSI
    )

    Parameters

    QGSI
    rGSI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also